Selerix Developer Tools
SmartList<T> Constructor(Int32)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class > SmartList<T> Constructor : SmartList<T> Constructor(Int32)
The capacity.
Initializes a new instance of the SmartList<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal capacity As Integer _
)
'Usage
 
Dim capacity As Integer
 
Dim instance As New SmartList(Of T)(capacity)
public SmartList<T>( 
   int capacity
)
public SmartList<T>( 
    capacity: Integer
); 
public function SmartList<T>( 
   capacity : int
);
public: SmartList<T>( 
   int capacity
)
public:
SmartList<T>( 
   int capacity
)

Parameters

capacity
The capacity.
See Also

Reference

SmartList<T> Class
SmartList<T> Members
Overload List